PowerSNMP for .NET
ReadXml Method (SafeDictionary<TKey,TValue>)




The XmlReader stream from which the object is deserialized.
Implements the functionality required to deserialize SafeDictionary from XML.
Syntax
Public Sub ReadXml( _
   ByVal reader As XmlReader _
) 
Dim instance As SafeDictionary(Of TKey,TValue)
Dim reader As XmlReader
 
instance.ReadXml(reader)
public void ReadXml( 
   XmlReader reader
)
public: void ReadXml( 
   XmlReader* reader
) 
public:
void ReadXml( 
   XmlReader^ reader
) 

Parameters

reader
The XmlReader stream from which the object is deserialized.
See Also

Reference

SafeDictionary<TKey,TValue> Class
SafeDictionary<TKey,TValue> Members


PowerSNMP for .NET Documentation Version 8.0
© 2024 Dart Communications. All Rights Reserved.
Send comments on this topic